projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b464e0e
)
(url-http-content-length-after-change-function): Use `url-lazy-message'.
author
Magnus Henoch
<mange@freemail.hu>
Thu, 23 Nov 2006 08:40:06 +0000
(08:40 +0000)
committer
Magnus Henoch
<mange@freemail.hu>
Thu, 23 Nov 2006 08:40:06 +0000
(08:40 +0000)
lisp/url/url-http.el
patch
|
blob
|
history
diff --git
a/lisp/url/url-http.el
b/lisp/url/url-http.el
index 69c04c51c28c079eb6eb296e82170c405e43b908..ff8bb45d738727872acc392c8e2e8d2778ca4177 100644
(file)
--- a/
lisp/url/url-http.el
+++ b/
lisp/url/url-http.el
@@
-819,7
+819,7
@@
the callback to be triggered."
(progn
;; Found the end of the document! Wheee!
(url-display-percentage nil nil)
- (message "Reading... done.")
+ (
url-lazy-
message "Reading... done.")
(if (url-http-parse-headers)
(url-http-activate-callback)))))